home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cserial.zip / VERSION.H < prev    next >
Text File  |  1990-04-04  |  839b  |  29 lines

  1. /*
  2.  *                              VERSION.H
  3.  *
  4.  *                           Written for the
  5.  *
  6.  *                              Datalight
  7.  *                           Microsoft V 5.x
  8.  *                                TurboC
  9.  *                                  &
  10.  *                               Zortech
  11.  *
  12.  *                             C Compilers
  13.  *
  14.  *            Copyright (c) John Birchfield 1987, 1988, 1989
  15.  *
  16.  *    Nothing but the current version of Laser.com
  17.  *
  18.  *                         Previous Versions
  19.  *    char Version [] = "1.0 - 21 Apr '88";         First assigned version
  20.  *    Added Contention Mode to the Poll Select Protocol
  21.  *    char Version [] = "1.1 - 13 May '88";         First assigned version
  22.  */
  23.  
  24. /*
  25.  * Setup for ZTC, TurboC and Microsoft C Compilers
  26.  */
  27. char Version [] = "2.0 - 28 Sep '89";
  28.  
  29.